home *** CD-ROM | disk | FTP | other *** search
/ Bridges Cornell Heights - A Virtual Tour / Bridges - Cornell Heights - A Virtual Tour (Bridges Cornell Heights)(2006).iso / mac / assets / tour-cd.swf / scripts / DefineButton2_161 / BUTTONCONDACTION on(rollOut, dragOut).as < prev    next >
Text File  |  2005-12-28  |  124b  |  7 lines

  1. on(rollOut, dragOut){
  2.    if(_root.curLoc != "doublebed")
  3.    {
  4.       doTween(_root.seldoublebed,16,"_alpha",0);
  5.    }
  6. }
  7.